home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
COMMUNIC
/
BULLETIN
/
1806B.ZIP
/
WILD-TD.LZH
/
CAT.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-03-01
|
544b
|
17 lines
CD \WILDCAT
CTTY CON:
WILDCAT
REM The next line is invoked for LIVE PROGRAMS, if allowed
IF ERRORLEVEL 50 LIVE.BAT
REM The next line is invoked using the [D]rop to DOS choice, if allowed
IF ERRORLEVEL 40 DROPDOS.BAT
REM The next line is external event "A". You may change it or add more above
IF ERRORLEVEL 2 BACKUP.BAT
REM The next line tests for an ERROR which caused WILDCAT! to terminate
IF ERRORLEVEL 1 GOTO RELOAD
REM The next line tests for termination via F10
IF ERRORLEVEL 0 GOTO END
:RELOAD
CD \WILDCAT!
CAT.BAT
:END